CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Levenberg Marquardt

搜索资源列表

  1. lm

    0下载:
  2. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:11412
    • 提供者:陈营
  1. ImageReconstruction

    0下载:
  2. 非常不错的有关Levenberg-Marquardt algorithms图像识别程序,欢迎下载!-very good program about Levenberg-Marquardt algorithms.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:39755
    • 提供者:stephen
  1. An_improved_ekf_new_methods

    0下载:
  2. 本文对于非线性非高斯问题,提出了一种改进扩展卡尔曼滤波(NIEKF)新方法。该方法将迭代滤波理论引入到扩展卡尔曼滤波器方法中,有效地重复利用新的测量信息,还利用Levenberg-Marquardt 方法调整预测协方差阵以保证算法具有全局收敛性。实验结果表明,所提方法具有更高的估计精度,是一种效率较高、性能较好的跟踪方法。-This non-Gaussian for nonlinear problems, an improved extended Kalman filter (NIEKF) th
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1528270
    • 提供者:李辉
  1. LevenbergMarquardt

    0下载:
  2. Python Levenberg-Marquardt example. Linear algebra.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:922
    • 提供者:powrtoch
  1. LevenbergMarquardt_leastsq

    0下载:
  2. Python Levenberg Marquardt least squares progrmaming example
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1356
    • 提供者:powrtoch
  1. circle_fitting

    0下载:
  2. LEVENBERG-MARQUARDT算法进行circle拟合 个人曾经用来计算细胞膜弯曲曲率-LEVENBERG-MARQUARDT algorithm was used to circle fitting. I used this method tocalculate the individual cell membrane curvature before.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:56771
    • 提供者:Jsbach
  1. ijrte0206121124

    0下载:
  2. Abstract-This paper introduces the new concept of Artificial Neural Networks (ANNs) in estimating speed and controlling the separately excited DC motor. The neural control scheme consists of two parts. One is the neural estimator, which is us
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:490072
    • 提供者:amidi
  1. programme_II

    0下载:
  2. a back propagation neural network matlab code, learning by levenberg–marquardt algorithm
  3. 所属分类:matlab

  1. programme_III

    0下载:
  2. a back propagation neural network matlab code, learning by levenberg–marquardt algorithm
  3. 所属分类:matlab

  1. APPRENT1

    0下载:
  2. a back propagation neural network matlab code, learning by levenberg–marquardt algorithm
  3. 所属分类:matlab

  1. APPRENT2

    0下载:
  2. a back propagation neural network matlab code, learning by levenberg–marquardt algorithm
  3. 所属分类:matlab

  1. LMFsolve

    2下载:
  2. 这个程序实现了Levenberg Marquardt Fletcher(LMF)算法,并用于非线性最小二乘的计算。用于在一个非线性多项式组成的矛盾/超定方程组中,找到最优的解。-This program implements the Levenberg Marquardt Fletcher (LMF) algorithm, and used nonlinear least squares calculations. Formed in a non-linear polynomial for th
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:3909
    • 提供者:蒋常富
  1. The-instruction-of-NNBP-1.0

    0下载:
  2. NNBP 1.0使用说明,NNBP是BP算法的演示程序, 其中的Levenberg-Marquardt算法具有实用价值-NNBP 1.0 instructions, NNBP is BP algorithm demo program, the Levenberg-Marquardt algorithm which has practical value
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:5137
    • 提供者:李志坚
  1. lmm

    0下载:
  2. 通用的LM算法,全局收敛的Levenberg-Marquardt-common used Levenberg-Marquardt
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:2542
    • 提供者:jghghgh
  1. A-Memo-on-How-to-Use-the-Levenberg-Marquardt-Algo

    0下载:
  2. a memo how to right a matlab code
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:64952
    • 提供者:abdullah
  1. lm_ts

    0下载:
  2. training Takagi-Sugeno fuzzy systems using the Levenberg-Marquardt method
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2106
    • 提供者:Reza
  1. Levenberg_Marquardt

    0下载:
  2. Levenberg Marquardt最优化算法.-the Optimization algorithm of Levenberg Marquardt.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:6767
    • 提供者:jimmy
  1. nonlineareq

    0下载:
  2. function g=nonlineareq(x) Here is an example of nonlinear system that can be solved by using the Matlab command "fsolve" written in the file called "solution.m" (see quasi-Newton or Levenberg-Marquardt methods). g(1)=x(1)-4*x(1)*x(1)-
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1158
    • 提供者:kamakhya
  1. LMFexample

    0下载:
  2. Levenberg-Marquardt法(简称LM法)最优化matlab源码-Matlab source code of Levenberg-Marquardt method (referred to as the LM method) used to optimization.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:5032
    • 提供者:syt
  1. levmar-2.6

    0下载:
  2. 求算非线性最小二乘问题的经典算法。Levenberg-Marquardt算法.-Calculating a classical algorithm for nonlinear least squares problem. Levenberg-Marquardt algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:81143
    • 提供者:刘尉悦
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com